golang.org/x/net/http2.serverInternalState.errChanPool (field)

4 uses

	golang.org/x/net/http2 (current package)
		server.go#L99: 	errChanPool sync.Pool
		server.go#L144: 	return s.errChanPool.Get().(chan error)
		server.go#L152: 	s.errChanPool.Put(ch)
		server.go#L164: 		errChanPool: sync.Pool{New: func() any { return make(chan error, 1) }},